GetWindowPic
Use theGetWindowPic
function to retrieve a handle to a window's picture.
FUNCTION GetWindowPic (theWindow: WindowPtr): PicHandle;
theWindow
- A pointer to the window's window record.
DESCRIPTION
TheGetWindowPic
function returns a handle to the picture to be drawn in a specified window's content region. The handle must have been stored previously with theSetWindowPic
procedure.